-
Notifications
You must be signed in to change notification settings - Fork 7.6k
[Enhancement] Support no-IRQ for SPI Ethernet W5500 #9251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Requires this commit from ESP-IDF to be cherry picked: espressif/esp-idf@fd0a1dc
👋 Hello TD-er, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
@TD-er This is not in official version (Tasmota fork only)
Needs to be removed. |
this will have to first be backported from IDF. |
Absolutely, but when that's done it is very easy to implement :) |
@TD-er updated the PR to be able to merge it now and enable the feature with define, once it's available from IDF |
Ah good to know, so I should not forget to add those defines in my own builds or else it won't work with my own builds when updating the Arduino code :) |
@TD-er you can add |
@TD-er Yep, already add it to my platformIO config or else I'm sure I will forget it later :) |
Requires this commit from ESP-IDF to be cherry picked: espressif/esp-idf@fd0a1dc
Related discussion: espressif/esp-idf#12682 (comment)
Fixes: #9246